RB3DSpace.FindObject Function

Finds object at x, y (pixels) within the RB3DSpace. The coordinates.

Syntax

result = RB3DSpace.FindObject( x, y )

Parameters

x

Integer

y

Integer

Return Value

Result

Object3D

Notes

Returns Nil if the point contains no object. Returns the object drawn at that point as an Object3D.